home *** CD-ROM | disk | FTP | other *** search
- # Mozilla search plugin for Polish Wikipedia
- # by Carey Evans <careye@spamcop.net>.
- #
- # Last updated: 2003-01-30
- # This file is released to the public domain.
- #
- # Known issues:
- # * There is no unique prefix for Wikipedia search, so "Edit page"
- # and other special pages will clear the search results.
-
- <SEARCH
- version = "7.1"
- name="Wikipedia (PL)"
- description="Wikipedii, wolnej encyklopedii"
- method="GET"
- action="http://pl.wikipedia.org/w/wiki.phtml"
- queryCharset="UTF-8"
- searchForm="http://pl.wikipedia.org/"
- routeType="internet"
- >
-
- <input name="search" user>
- <input name="sourceid" value="Mozilla-search">
- <inputnext name="offset" factor="20">
- <inputprev name="offset" factor="20">
-
- <interpret
- browserResultType="result"
- charset="UTF-8"
- resultListStart="</h2>"
- resultListEnd="<p>"
- resultItemStart="<li>"
- resultItemEnd="</li>"
- >
- </search>
-
- <browser
- update="http://mycroft.mozdev.org/plugins/wikipedia-pl.src"
- updateIcon="http://mycroft.mozdev.org/plugins/wikipedia-pl.png"
- updateCheckDays="30"
- >
-